Use CCLINKFLAGS for linking all executables and shared libraries
authorTorok Edwin <edwin@etorok.net>
Wed, 15 Jul 2015 13:33:23 +0000 (16:33 +0300)
committerStéphane Glondu <glondu@debian.org>
Wed, 11 Feb 2026 13:40:10 +0000 (14:40 +0100)
commit3b822c3a279c415d00cca934f87c9fe188507001
tree7832ef33eeefa0568ab2cd9499521f9036152fcb
parenta904edfa683a226b35f72edce01fa4ff649e8e58
Use CCLINKFLAGS for linking all executables and shared libraries

This allows packagers to set additional linker flags for executables and shared
libraries created by OCaml, and for the OCaml tools themselves.
OCaml code can be linked with various C stubs and C libraries that would
benefit from using hardening link flags, such as -Wl,-z,relro.

Origin: other
Bug-Debian: https://bugs.debian.org/702349
Forwarded: no
Last-Update: <2021-12-21>

Gbp-Pq: Name Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch
configure.ac